PDOException Object
(
    [message:protected] => SQLSTATE[42601]: Syntax error: 7 ERROR:  syntax error in tsquery: "ID%20Lattes:%209651986538181101"
    [string:Exception:private] => 
    [code:protected] => 42601
    [file:protected] => /var/www/site-iftm.hmg/SITE/sdsgov/classes2/ConexaoHelper.php
    [line:protected] => 53
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/site-iftm.hmg/SITE/sdsgov/classes2/ConexaoHelper.php
                    [line] => 53
                    [function] => execute
                    [class] => PDOStatement
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [1] => Array
                (
                    [file] => /var/www/site-iftm.hmg/SITE/sdsgov/classes2/Conexao.php
                    [line] => 59
                    [function] => query
                    [class] => ConexaoHelper
                    [type] => ->
                    [args] => Array
                        (
                            [0] => select id 
		          from mac.oferta
                 where bl_publicar_site = 1
                   and curso_modalidade_fk_id = :modalidade_fk_id
                   and forma_curso_classificacao_fk_id in (94)
                   and cm_campus_fk_id = :campus_fk_id
                   and ds_fts @@ to_tsquery('portuguese', :fts)
              order by dt_user_alteracao desc
                   limit 1
                            [1] => Array
                                (
                                    [:modalidade_fk_id] => 2
                                    [:campus_fk_id] => 5
                                    [:fts] => ID%20Lattes:%209651986538181101
                                )

                        )

                )

            [2] => Array
                (
                    [file] => /var/www/site-iftm.hmg/SITE/cursos/index.php
                    [line] => 89
                    [function] => query
                    [class] => Conexao
                    [type] => ::
                    [args] => Array
                        (
                            [0] => select id 
		          from mac.oferta
                 where bl_publicar_site = 1
                   and curso_modalidade_fk_id = :modalidade_fk_id
                   and forma_curso_classificacao_fk_id in (94)
                   and cm_campus_fk_id = :campus_fk_id
                   and ds_fts @@ to_tsquery('portuguese', :fts)
              order by dt_user_alteracao desc
                   limit 1
                            [1] => Array
                                (
                                    [:modalidade_fk_id] => 2
                                    [:campus_fk_id] => 5
                                    [:fts] => ID%20Lattes:%209651986538181101
                                )

                        )

                )

        )

    [previous:Exception:private] => 
    [errorInfo] => Array
        (
            [0] => 42601
            [1] => 7
            [2] => ERROR:  syntax error in tsquery: "ID%20Lattes:%209651986538181101"
        )

)